home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 197
- Top = 152
- Width = 233
- Height = 236
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 96
- Top = 8
- Width = 86
- Height = 13
- Caption = '&New string to add:'
- FocusControl = edtEntry
- end
- object edtEntry: TEdit
- Left = 96
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 0
- OnChange = edtEntryChange
- end
- object lstEntries: TListBox
- Left = 96
- Top = 56
- Width = 121
- Height = 145
- ItemHeight = 13
- TabOrder = 1
- end
- object btnAddString: TButton
- Left = 8
- Top = 24
- Width = 75
- Height = 25
- Caption = '&Add string'
- Default = True
- TabOrder = 2
- OnClick = btnAddStringClick
- end
- end
-